home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AMTA.exe / 0 / RCDATA / TFRMPICKMONTH / TFRMPICKMONTH.txt < prev   
Encoding:
Text File  |  2003-01-14  |  3.3 KB  |  197 lines

  1. object frmPickMonth: TfrmPickMonth
  2.   Left = 512
  3.   Top = 271
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Months'
  6.   ClientHeight = 238
  7.   ClientWidth = 263
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 41
  21.     Width = 263
  22.     Height = 2
  23.     Align = alTop
  24.   end
  25.   object cbJanuary: TCheckBox
  26.     Left = 10
  27.     Top = 53
  28.     Width = 97
  29.     Height = 17
  30.     Caption = '&January'
  31.     TabOrder = 0
  32.   end
  33.   object cbFebruary: TCheckBox
  34.     Left = 10
  35.     Top = 77
  36.     Width = 97
  37.     Height = 17
  38.     Caption = 'Fe&bruary'
  39.     TabOrder = 1
  40.   end
  41.   object cbMarch: TCheckBox
  42.     Left = 10
  43.     Top = 101
  44.     Width = 97
  45.     Height = 17
  46.     Caption = '&March'
  47.     TabOrder = 2
  48.   end
  49.   object cbApril: TCheckBox
  50.     Left = 10
  51.     Top = 125
  52.     Width = 97
  53.     Height = 17
  54.     Caption = '&April'
  55.     TabOrder = 3
  56.   end
  57.   object cbMay: TCheckBox
  58.     Left = 10
  59.     Top = 149
  60.     Width = 97
  61.     Height = 17
  62.     Caption = 'Ma&y'
  63.     TabOrder = 4
  64.   end
  65.   object cbJune: TCheckBox
  66.     Left = 10
  67.     Top = 173
  68.     Width = 97
  69.     Height = 17
  70.     Caption = 'J&une'
  71.     TabOrder = 5
  72.   end
  73.   object cbJuly: TCheckBox
  74.     Left = 141
  75.     Top = 53
  76.     Width = 97
  77.     Height = 17
  78.     Caption = 'Ju&ly'
  79.     TabOrder = 6
  80.   end
  81.   object cbAugust: TCheckBox
  82.     Left = 141
  83.     Top = 77
  84.     Width = 97
  85.     Height = 17
  86.     Caption = 'Au&gust'
  87.     TabOrder = 7
  88.   end
  89.   object cbSeptember: TCheckBox
  90.     Left = 140
  91.     Top = 101
  92.     Width = 82
  93.     Height = 17
  94.     Caption = '&September'
  95.     TabOrder = 8
  96.   end
  97.   object cbOctober: TCheckBox
  98.     Left = 140
  99.     Top = 125
  100.     Width = 97
  101.     Height = 17
  102.     Caption = '&October'
  103.     TabOrder = 9
  104.   end
  105.   object cbNovember: TCheckBox
  106.     Left = 139
  107.     Top = 149
  108.     Width = 97
  109.     Height = 17
  110.     Caption = 'No&vember'
  111.     TabOrder = 10
  112.   end
  113.   object cbDecember: TCheckBox
  114.     Left = 139
  115.     Top = 173
  116.     Width = 97
  117.     Height = 17
  118.     Caption = '&December'
  119.     TabOrder = 11
  120.   end
  121.   object comOk: TButton
  122.     Left = 103
  123.     Top = 209
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 12
  130.     OnClick = comOkClick
  131.   end
  132.   object comCancel: TButton
  133.     Left = 183
  134.     Top = 209
  135.     Width = 75
  136.     Height = 25
  137.     Cancel = True
  138.     Caption = 'Cancel'
  139.     ModalResult = 2
  140.     TabOrder = 13
  141.   end
  142.   object Panel1: TPanel
  143.     Left = 0
  144.     Top = 0
  145.     Width = 263
  146.     Height = 41
  147.     Align = alTop
  148.     BevelOuter = bvNone
  149.     Color = clWhite
  150.     TabOrder = 14
  151.     object imgSched: TImage
  152.       Left = 224
  153.       Top = 4
  154.       Width = 32
  155.       Height = 32
  156.       Picture.Data = {<image000.ico>}
  157.     end
  158.     object Memo1: TMemo
  159.       Left = 8
  160.       Top = 8
  161.       Width = 209
  162.       Height = 29
  163.       TabStop = False
  164.       BorderStyle = bsNone
  165.       Color = clWhite
  166.       Lines.Strings = (
  167.         'Select the month(s) that apply.')
  168.       ReadOnly = True
  169.       TabOrder = 0
  170.     end
  171.   end
  172.   object IvTranslator1: TIvTranslator
  173.     DictionaryName = 'dcoAMTA'
  174.     Left = 16
  175.     Top = 197
  176.     TargetsData = (
  177.       1
  178.       4
  179.       (
  180.         '*'
  181.         'Hint'
  182.         0)
  183.       (
  184.         '*'
  185.         'Caption'
  186.         0)
  187.       (
  188.         '*'
  189.         'Items'
  190.         0)
  191.       (
  192.         'TMemo'
  193.         'Text'
  194.         0))
  195.   end
  196. end
  197.